﻿2026-06-10T07:08:00.0342513Z ##[group]Run actions/checkout@v5
2026-06-10T07:08:00.0343643Z with:
2026-06-10T07:08:00.0344319Z   repository: SaberMage/spt-core
2026-06-10T07:08:00.0353040Z   token: ***
2026-06-10T07:08:00.0353751Z   ssh-strict: true
2026-06-10T07:08:00.0354437Z   ssh-user: git
2026-06-10T07:08:00.0355120Z   persist-credentials: true
2026-06-10T07:08:00.0355882Z   clean: true
2026-06-10T07:08:00.0356570Z   sparse-checkout-cone-mode: true
2026-06-10T07:08:00.0357390Z   fetch-depth: 1
2026-06-10T07:08:00.0358063Z   fetch-tags: false
2026-06-10T07:08:00.0358898Z   show-progress: true
2026-06-10T07:08:00.0359782Z   lfs: false
2026-06-10T07:08:00.0360465Z   submodules: false
2026-06-10T07:08:00.0361169Z   set-safe-directory: true
2026-06-10T07:08:00.0362223Z ##[endgroup]
2026-06-10T07:08:00.1181972Z Syncing repository: SaberMage/spt-core
2026-06-10T07:08:00.1185126Z ##[group]Getting Git version info
2026-06-10T07:08:00.1186998Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-10T07:08:00.1189832Z [command]/usr/bin/git version
2026-06-10T07:08:00.1190976Z git version 2.43.0
2026-06-10T07:08:00.1194738Z ##[endgroup]
2026-06-10T07:08:00.1201694Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/53596343-9791-46ce-93e4-c1ce45f1d036' before making global git config changes
2026-06-10T07:08:00.1205420Z Adding repository directory to the temporary git global config as a safe directory
2026-06-10T07:08:00.1208055Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-10T07:08:00.1233321Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-10T07:08:00.1252902Z https://github.com/SaberMage/spt-core
2026-06-10T07:08:00.1264892Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-10T07:08:00.1267782Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-10T07:08:00.1284768Z refs/heads/main
2026-06-10T07:08:00.1292513Z [command]/usr/bin/git checkout --detach
2026-06-10T07:08:00.1332170Z HEAD is now at 348a739 feat(daemon): restoration D3-4 — V6 N-1 argv-compat harness scaffold
2026-06-10T07:08:00.1366672Z [command]/usr/bin/git branch --delete --force main
2026-06-10T07:08:00.1389573Z Deleted branch main (was 348a739).
2026-06-10T07:08:00.1420599Z ##[endgroup]
2026-06-10T07:08:00.1421347Z [command]/usr/bin/git submodule status
2026-06-10T07:08:00.1600188Z ##[group]Cleaning the repository
2026-06-10T07:08:00.1601547Z [command]/usr/bin/git clean -ffdx
2026-06-10T07:08:00.1626961Z Removing traceable-reqs
2026-06-10T07:08:00.1633022Z [command]/usr/bin/git reset --hard HEAD
2026-06-10T07:08:00.1671266Z HEAD is now at 348a739 feat(daemon): restoration D3-4 — V6 N-1 argv-compat harness scaffold
2026-06-10T07:08:00.1675445Z ##[endgroup]
2026-06-10T07:08:00.1676850Z ##[group]Disabling automatic garbage collection
2026-06-10T07:08:00.1679514Z [command]/usr/bin/git config --local gc.auto 0
2026-06-10T07:08:00.1702853Z ##[endgroup]
2026-06-10T07:08:00.1703939Z ##[group]Setting up auth
2026-06-10T07:08:00.1707984Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-10T07:08:00.1730756Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-10T07:08:00.1915607Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-10T07:08:00.1941426Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-10T07:08:00.2120261Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-10T07:08:00.2144736Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-10T07:08:00.2330195Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-10T07:08:00.2365239Z ##[endgroup]
2026-06-10T07:08:00.2366697Z ##[group]Fetching the repository
2026-06-10T07:08:00.2371790Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +612b1dee3dbb7c7acf01717adc9601ee639f5b57:refs/remotes/origin/main
2026-06-10T07:08:00.8017966Z From https://github.com/SaberMage/spt-core
2026-06-10T07:08:00.8019948Z  + 348a739...612b1de 612b1dee3dbb7c7acf01717adc9601ee639f5b57 -> origin/main  (forced update)
2026-06-10T07:08:00.8034750Z ##[endgroup]
2026-06-10T07:08:00.8035870Z ##[group]Determining the checkout info
2026-06-10T07:08:00.8037148Z ##[endgroup]
2026-06-10T07:08:00.8039753Z [command]/usr/bin/git sparse-checkout disable
2026-06-10T07:08:00.8073945Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-10T07:08:00.8094633Z ##[group]Checking out the ref
2026-06-10T07:08:00.8095858Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-10T07:08:00.8153225Z Warning: you are leaving 1 commit behind, not connected to
2026-06-10T07:08:00.8154403Z any of your branches:
2026-06-10T07:08:00.8154960Z 
2026-06-10T07:08:00.8156129Z   348a739 feat(daemon): restoration D3-4 — V6 N-1 argv-compat harness scaffold
2026-06-10T07:08:00.8157364Z 
2026-06-10T07:08:00.8158131Z If you want to keep it by creating a new branch, this may be a good time
2026-06-10T07:08:00.8159873Z to do so with:
2026-06-10T07:08:00.8160464Z 
2026-06-10T07:08:00.8161008Z  git branch <new-branch-name> 348a739
2026-06-10T07:08:00.8161793Z 
2026-06-10T07:08:00.8162287Z Switched to a new branch 'main'
2026-06-10T07:08:00.8163484Z branch 'main' set up to track 'origin/main'.
2026-06-10T07:08:00.8166770Z ##[endgroup]
2026-06-10T07:08:00.8195188Z [command]/usr/bin/git log -1 --format=%H
2026-06-10T07:08:00.8215331Z 612b1dee3dbb7c7acf01717adc9601ee639f5b57
